-- card: 45196 from stack: in -- bmap block id: 0 -- flags: 0000 -- background id: 47691 -- name: qa 6 ----- HyperTalk script ----- on opencard hide cd fld "comment 6 true" hide cd fld "comment 6 false" hide cd fld "clicktocontinue" end opencard -- part 2 (field) -- low flags: 81 -- high flags: 0002 -- rect: left=8 top=133 right=147 bottom=23 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 9 -- style flags: 0 -- line height: 12 -- part name: our Answers -- part 3 (field) -- low flags: 81 -- high flags: 0002 -- rect: left=31 top=133 right=148 bottom=47 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 9 -- style flags: 0 -- line height: 12 -- part name: Your Answers -- part 4 (button) -- low flags: 00 -- high flags: 2006 -- rect: left=110 top=144 right=160 bottom=129 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: check 1 ----- HyperTalk script ----- on mouseUp repeat with i = 1 to 3 put "" into cd fld "Your Answers" set the hilite of cd btn i to false set the hilite of me to true put word 2 of the short name of me into cd fld "Your answers" end repeat end mouseUp -- part 5 (button) -- low flags: 00 -- high flags: 2006 -- rect: left=110 top=192 right=208 bottom=129 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: check 2 ----- HyperTalk script ----- on mouseUp repeat with i = 1 to 3 put "" into cd fld "Your Answers" set the hilite of cd btn i to false set the hilite of me to true put word 2 of the short name of me into cd fld "Your answers" end repeat end mouseUp -- part 6 (button) -- low flags: 00 -- high flags: 2006 -- rect: left=110 top=240 right=256 bottom=129 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: check 3 ----- HyperTalk script ----- on mouseUp repeat with i = 1 to 3 put "" into cd fld "Your Answers" set the hilite of cd btn i to false set the hilite of me to true put word 2 of the short name of me into cd fld "Your answers" end repeat end mouseUp -- part 7 (field) -- low flags: 81 -- high flags: 2004 -- rect: left=3 top=123 right=210 bottom=118 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 156 -- text size: 14 -- style flags: 0 -- line height: 16 -- part name: comment 6 true -- part 8 (field) -- low flags: 81 -- high flags: 2004 -- rect: left=330 top=48 right=121 bottom=506 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 156 -- text size: 14 -- style flags: 0 -- line height: 16 -- part name: comment 6 false -- part 9 (field) -- low flags: 81 -- high flags: 2004 -- rect: left=51 top=311 right=340 bottom=269 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 157 -- text size: 14 -- style flags: 0 -- line height: 18 -- part name: ClicktoContinue -- part 10 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=458 top=317 right=342 bottom=485 -- title width / last selected line: 0 -- icon id / first selected line: 18612 / 18612 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: next ----- HyperTalk script ----- on mouseUp visual venetian blinds go next end mouseUp -- part 11 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=428 top=317 right=342 bottom=456 -- title width / last selected line: 0 -- icon id / first selected line: 18611 / 18611 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: prev ----- HyperTalk script ----- on mouseUp visual effect scroll right go prev end mouseUp -- part 12 (field) -- low flags: 00 -- high flags: 0000 -- rect: left=5 top=319 right=336 bottom=93 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 20 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Tom's Field -- part 13 (button) -- low flags: 00 -- high flags: 0002 -- rect: left=392 top=320 right=338 bottom=426 -- title width / last selected line: 0 -- icon id / first selected line: 1500 / 1500 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Start-Up ----- HyperTalk script ----- on mouseDown global NAV_PATH, SYS_PATH, GTRACKINGDISABLED put (item 1 of the mouseLoc) - (item 1 of the Loc of me) into whereInBtn -- simulate hiliting of two small buttons repeat until the mouse is up ---find out WHERE on the icon you clicked put (item 1 of the mouseLoc) - (item 1 of the Loc of me) into whereInBtn if the mouseLoc is within the rect of the target then if whereInBtn < 0 then set icon of me to 1501 else set icon of me to 1502 end if else -- outside of the button, reset default icon set icon of me to 1500 end if end repeat set icon of me to 1500 if the mouseloc is not within the rect of me then exit mouseDown if whereInBtn < 0 then --- the click was on the left so go to send feedback if it exists if (GTRACKINGDISABLED = empty) or (GTRACKINGDISABLED = true) then answer "“CD Preferences” has not been installed." with "OK" exit mouseDown end if -- if (GTRACKINGDISABLED = "Disabled") then answer "The feedback mechanism has been disabled." with "OK" exit mouseDown end if -- push card put SYS_PATH & "CD Preferences" into feedPath set cursor to watch visual effect dissolve fast go stack feedPath else if whereInBtn > 0 then -- if the click was on the right then go back to navigation stack visual effect iris close to black visual effect iris open if NAV_PATH = empty then put "cd welcome of stack" && "the “Navigation Stack”" into NAV_PATH -- make a prompt for "where is" if the global is empty go NAV_PATH end if end mouseDown on mouseUp -- kill any mouseups end mouseUp -- part contents for background part 4 ----- text ----- Macintosh Graphics Primer -- part contents for background part 5 ----- text ----- Self-Paced Evaluation Exercises -- part contents for background part 6 ----- text ----- What is a main difference between VGA and Super VGA graphics? VGA offers 2 graphics modes – 640 x 480 and 320 x 200 – while SGVA offers those plus 800 x 600 and 1024 x 768. VGA is upward compatible while SVGA is not compatible downward. Only SVGA offers enough resolution to support a graphics-oriented interface. -- part contents for background part 10 ----- text ----- Multiple Choice Question #6 of 8 -- part contents for background part 16 ----- text ----- q&a6 -- part contents for card part 2 ----- text ----- 1 -- part contents for card part 8 ----- text ----- You need to review the Competition section. -- part contents for card part 7 ----- text ----- Right! But there are other differences. -- part contents for card part 9 ----- text ----- Click the mouse to continue. -- part contents for card part 3 ----- text ----- 1